home *** CD-ROM | disk | FTP | other *** search
- # make file for the tank_ii game
- #
- #rules
-
- .c.obj:
- bcc -mm $. >> tcc.out
-
- .asm.obj:
- tasm /mx /ml /m2 $. >> tcc.out
-
-
- c:\game\demo\tank-ii.exe: \
- draw.obj\
- global.obj\
- initball.obj\
- iplay.obj\
- logic.obj\
- play.obj\
- tank.obj
- tlink -m @tank.rsp >> tcc.out
-
-